home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / MATHEMAT / 2632.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-03-24  |  186b  |  9 lines

  1. rem Install Mercury in C:\MERCURY, from drive A.
  2. if exist C:\MERCURY\*.* goto fail
  3. A:mercuryz C:\MERCURY
  4. cd C:\MERCURY
  5. goto dos
  6. :fail
  7. rem C:\MERCURY directory is not empty.
  8. :dos
  9.